text/template/parse.lexer.leftDelim (field)

5 uses

	text/template/parse (current package)
		lex.go#L116: 	leftDelim   string    // start of action
		lex.go#L222: 		leftDelim:   left,
		lex.go#L253: 	if x := strings.Index(l.input[l.pos:], l.leftDelim); x >= 0 {
		lex.go#L254: 		ldn := Pos(len(l.leftDelim))
		lex.go#L302: 	l.pos += Pos(len(l.leftDelim))